home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / FCHEK284.ZIP / test / Okay / phi.inc < prev    next >
Encoding:
Text File  |  1995-03-13  |  248 b   |  9 lines

  1. C
  2. C     Common variables
  3. C
  4.       DOUBLE PRECISION    PHIA(0:NBP1,0:NBP1),      PHIAN(0:NBP1,0:NBP1)
  5.       DOUBLE PRECISION    PHIN(0:NBP1,0:NBP1),      PHINN(0:NBP1,0:NBP1)
  6. C
  7.       COMMON / PHI    /   PHIN,        PHINN,       PHIA,        PHIAN
  8. C
  9.